home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _org_arc / gambo / gambo3.exe / TOILET1.DXR / 00068.ls < prev    next >
Encoding:
Text File  |  1995-02-13  |  678 b   |  30 lines

  1. on exitFrame
  2.   if rollOver(12) then
  3.     cursor([800, 801])
  4.     set the mouseDownScript to EMPTY
  5.   else
  6.     if rollOver(10) then
  7.       cursor([800, 801])
  8.       set the mouseDownScript to EMPTY
  9.     else
  10.       if rollOver(4) then
  11.         cursor([800, 801])
  12.         set the mouseDownScript to EMPTY
  13.       else
  14.         if rollOver(13) then
  15.           cursor([800, 801])
  16.           set the mouseDownScript to EMPTY
  17.         else
  18.           if rollOver(1) then
  19.             cursor([800, 801])
  20.             set the mouseDownScript to EMPTY
  21.           else
  22.             cursor(-1)
  23.             set the mouseDownScript to EMPTY
  24.           end if
  25.         end if
  26.       end if
  27.     end if
  28.   end if
  29. end
  30.